home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / stime.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-28  |  100 b   |  9 lines

  1. #include "lib.h"
  2.  
  3. PUBLIC int stime(top)
  4. long *top;
  5. {
  6.   M.m2_l1 = *top;
  7.   return callx(FS, STIME);
  8. }
  9.